BaseModel

This file is meant to provide all of the imports to the models, as well as providing a 'mixin' template for converting the model's struct to a string containing a JSON object representing the fields.

mixin template BaseModel () {}

Members

Functions

stringify
string stringify()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta